golang.org/x/sys/unix.fileHandle.Bytes (field)
5 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2336: Bytes uint32
syscall_linux.go#L2354: fh.Bytes = uint32(len(handle))
syscall_linux.go#L2358: func (fh *FileHandle) Size() int { return int(fh.fileHandle.Bytes) }
syscall_linux.go#L2379: fh.Bytes = size - uint32(unsafe.Sizeof(fileHandle{}))
syscall_linux.go#L2387: size = fh.Bytes + uint32(unsafe.Sizeof(fileHandle{}))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)